Lucene search

K
LinuxLinux Kernel

7807 matches found

CVE
CVE
added 2024/09/18 8:15 a.m.91 views

CVE-2024-46755

In the Linux kernel, the following vulnerability has been resolved: wifi: mwifiex: Do not return unused priv in mwifiex_get_priv_by_id() mwifiex_get_priv_by_id() returns the priv pointer corresponding tothe bss_num and bss_type, but without checking if the priv is actuallycurrently in use.Unused pr...

5.5CVSS6AI score0.00084EPSS
CVE
CVE
added 2024/09/18 8:15 a.m.91 views

CVE-2024-46762

In the Linux kernel, the following vulnerability has been resolved: xen: privcmd: Fix possible access to a freed kirqfd instance Nothing prevents simultaneous ioctl calls to privcmd_irqfd_assign() andprivcmd_irqfd_deassign(). If that happens, it is possible that a kirqfdcreated and added to the irq...

5.5CVSS5.1AI score0.00039EPSS
CVE
CVE
added 2024/09/27 1:15 p.m.91 views

CVE-2024-46803

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Check debug trap enable before write dbg_ev_file In interrupt context, write dbg_ev_file will be run by work queue. Itwill cause write dbg_ev_file execution after debug_trap_disable, whichwill cause NULL pointer access....

5.5CVSS5.3AI score0.00042EPSS
CVE
CVE
added 2024/10/21 6:15 p.m.91 views

CVE-2024-49945

In the Linux kernel, the following vulnerability has been resolved: net/ncsi: Disable the ncsi work before freeing the associated structure The work function can run after the ncsi device is freed, resultingin use-after-free bugs or kernel panic.

5.5CVSS5.3AI score0.00046EPSS
CVE
CVE
added 2024/11/07 10:15 a.m.91 views

CVE-2024-50145

In the Linux kernel, the following vulnerability has been resolved: octeon_ep: Add SKB allocation failures handling in __octep_oq_process_rx() build_skb() returns NULL in case of a memory allocation failure so handleit inside __octep_oq_process_rx() to avoid NULL pointer dereference. __octep_oq_pro...

5.5CVSS5.2AI score0.00037EPSS
CVE
CVE
added 2024/11/08 6:15 a.m.91 views

CVE-2024-50207

In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Fix reader locking when changing the sub buffer order The function ring_buffer_subbuf_order_set() updates eachring_buffer_per_cpu and installs new sub buffers that match the requestedpage order. This operation may be i...

5.5CVSS5.4AI score0.00032EPSS
CVE
CVE
added 2024/11/19 6:15 p.m.91 views

CVE-2024-53077

In the Linux kernel, the following vulnerability has been resolved: rpcrdma: Always release the rpcrdma_device's xa_array Dai pointed out that the xa_init_flags() in rpcrdma_add_one() needsto have a matching xa_destroy() in rpcrdma_remove_one() to releaseunderlying memory that the xarray might have...

5.5CVSS5.2AI score0.00034EPSS
CVE
CVE
added 2024/12/07 7:15 a.m.91 views

CVE-2024-53143

In the Linux kernel, the following vulnerability has been resolved: fsnotify: Fix ordering of iput() and watched_objects decrement Ensure the superblock is kept alive until we're done with iput().Holding a reference to an inode is not allowed unless we ensure thesuperblock stays alive, which fsnoti...

7.8CVSS6.3AI score0.00036EPSS
CVE
CVE
added 2024/12/24 12:15 p.m.91 views

CVE-2024-53154

In the Linux kernel, the following vulnerability has been resolved: clk: clk-apple-nco: Add NULL check in applnco_probe Add NULL check in applnco_probe, to handle kernel NULL pointerdereference error.

5.5CVSS6.4AI score0.0004EPSS
CVE
CVE
added 2024/12/27 2:15 p.m.91 views

CVE-2024-56540

In the Linux kernel, the following vulnerability has been resolved: accel/ivpu: Prevent recovery invocation during probe and resume Refactor IPC send and receive functions to allow correcthandling of operations that should not trigger a recovery process. Expose ivpu_send_receive_internal(), which i...

4.7CVSS6.5AI score0.0002EPSS
CVE
CVE
added 2024/12/27 3:15 p.m.91 views

CVE-2024-56556

In the Linux kernel, the following vulnerability has been resolved: binder: fix node UAF in binder_add_freeze_work() In binder_add_freeze_work() we iterate over the proc->nodes with theproc->inner_lock held. However, this lock is temporarily dropped inorder to acquire the node->lock first ...

7.8CVSS6.5AI score0.00022EPSS
CVE
CVE
added 2025/01/06 5:15 p.m.91 views

CVE-2024-56766

In the Linux kernel, the following vulnerability has been resolved: mtd: rawnand: fix double free in atmel_pmecc_create_user() The "user" pointer was converted from being allocated with kzalloc() tobeing allocated by devm_kzalloc(). Calling kfree(user) will lead to adouble free.

7.8CVSS6.6AI score0.00039EPSS
CVE
CVE
added 2025/01/08 6:15 p.m.91 views

CVE-2024-56771

In the Linux kernel, the following vulnerability has been resolved: mtd: spinand: winbond: Fix 512GW, 01GW, 01JW and 02JW ECC information These four chips: W25N512GW W25N01GW W25N01JW W25N02JWall require a single bit of ECC strength and thus feature an on-dieHamming-like ECC engine. There is no poi...

5.5CVSS6.4AI score0.00029EPSS
CVE
CVE
added 2025/01/21 12:15 p.m.91 views

CVE-2024-57933

In the Linux kernel, the following vulnerability has been resolved: gve: guard XSK operations on the existence of queues This patch predicates the enabling and disabling of XSK pools on theexistence of queues. As it stands, if the interface is down, disablingor enabling XSK pools would result in a ...

5.5CVSS6.5AI score0.00023EPSS
CVE
CVE
added 2025/02/27 2:15 a.m.91 views

CVE-2025-21707

In the Linux kernel, the following vulnerability has been resolved: mptcp: consolidate suboption status MPTCP maintains the received sub-options status is the bitmask carryingthe received suboptions and in several bitfields carrying per suboptionadditional info. Zeroing the bitmask before parsing i...

5.5CVSS6.7AI score0.00035EPSS
CVE
CVE
added 2025/03/12 10:15 a.m.91 views

CVE-2025-21847

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: stream-ipc: Check for cstream nullity in sof_ipc_msg_data() The nullity of sps->cstream should be checked similarly as it is done insof_set_stream_data_offset() function.Assuming that it is not NULL if sps->stream ...

5.5CVSS6.6AI score0.00025EPSS
CVE
CVE
added 2025/03/12 10:15 a.m.91 views

CVE-2025-21856

In the Linux kernel, the following vulnerability has been resolved: s390/ism: add release function for struct device According to device_release() in /drivers/base/core.c,a device without a release function is a broken deviceand must be fixed. The current code directly frees the device after callin...

7.8CVSS6.6AI score0.00026EPSS
CVE
CVE
added 2025/04/01 4:15 p.m.91 views

CVE-2025-21980

In the Linux kernel, the following vulnerability has been resolved: sched: address a potential NULL pointer dereference in the GRED scheduler. If kzalloc in gred_init returns a NULL pointer, the code follows theerror handling path, invoking gred_destroy. This, in turn, callsgred_offload, where mems...

5.5CVSS7.1AI score0.00021EPSS
CVE
CVE
added 2025/04/16 3:15 p.m.91 views

CVE-2025-22036

In the Linux kernel, the following vulnerability has been resolved: exfat: fix random stack corruption after get_block When get_block is called with a buffer_head allocated on the stack, suchas do_mpage_readpage, stack corruption due to buffer_head UAF may occur inthe following race condition situa...

7CVSS6.6AI score0.00017EPSS
CVE
CVE
added 2000/02/04 5:0 a.m.90 views

CVE-1999-0165

NFS cache poisoning.

10CVSS7.4AI score0.00467EPSS
CVE
CVE
added 2003/03/31 5:0 a.m.90 views

CVE-2003-0127

The kernel module loader in Linux kernel 2.2.x before 2.2.25, and 2.4.x before 2.4.21, allows local users to gain root privileges by using ptrace to attach to a child process that is spawned by the kernel.

7.2CVSS5.9AI score0.00951EPSS
CVE
CVE
added 2009/05/28 8:30 p.m.90 views

CVE-2009-1633

Multiple buffer overflows in the cifs subsystem in the Linux kernel before 2.6.29.4 allow remote CIFS servers to cause a denial of service (memory corruption) and possibly have unspecified other impact via (1) a malformed Unicode string, related to Unicode string area alignment in fs/cifs/sess.c; o...

7.1CVSS5.5AI score0.01839EPSS
CVE
CVE
added 2009/09/22 10:30 a.m.90 views

CVE-2009-3286

NFSv4 in the Linux kernel 2.6.18, and possibly other versions, does not properly clean up an inode when an O_EXCL create fails, which causes files to be created with insecure settings such as setuid bits, and possibly allows local users to gain privileges, related to the execution of the do_open_pe...

4.6CVSS6.9AI score0.00095EPSS
CVE
CVE
added 2009/10/19 8:0 p.m.90 views

CVE-2009-3613

The swiotlb functionality in the r8169 driver in drivers/net/r8169.c in the Linux kernel before 2.6.27.22 allows remote attackers to cause a denial of service (IOMMU space exhaustion and system crash) by using jumbo frames for a large amount of network traffic, as demonstrated by a flood ping.

7.8CVSS5.9AI score0.05514EPSS
CVE
CVE
added 2010/03/24 1:34 p.m.90 views

CVE-2010-0437

The ip6_dst_lookup_tail function in net/ipv6/ip6_output.c in the Linux kernel before 2.6.27 does not properly handle certain circumstances involving an IPv6 TUN network interface and a large number of neighbors, which allows attackers to cause a denial of service (NULL pointer dereference and OOPS)...

7.8CVSS7.6AI score0.03242EPSS
CVE
CVE
added 2010/09/29 5:0 p.m.90 views

CVE-2010-3084

Buffer overflow in the niu_get_ethtool_tcam_all function in drivers/net/niu.c in the Linux kernel before 2.6.36-rc4 allows local users to cause a denial of service or possibly have unspecified other impact via the ETHTOOL_GRXCLSRLALL ethtool command.

7.2CVSS6.5AI score0.00091EPSS
CVE
CVE
added 2010/11/30 10:14 p.m.90 views

CVE-2010-4082

The viafb_ioctl_get_viafb_info function in drivers/video/via/ioctl.c in the Linux kernel before 2.6.36-rc5 does not properly initialize a certain structure member, which allows local users to obtain potentially sensitive information from kernel stack memory via a VIAFB_GET_INFO ioctl call.

1.9CVSS5.4AI score0.0007EPSS
CVE
CVE
added 2011/06/24 8:55 p.m.90 views

CVE-2011-1770

Integer underflow in the dccp_parse_options function (net/dccp/options.c) in the Linux kernel before 2.6.33.14 allows remote attackers to cause a denial of service via a Datagram Congestion Control Protocol (DCCP) packet with an invalid feature options length, which triggers a buffer over-read.

7.8CVSS7AI score0.04958EPSS
CVE
CVE
added 2012/06/13 10:24 a.m.90 views

CVE-2011-2495

fs/proc/base.c in the Linux kernel before 2.6.39.4 does not properly restrict access to /proc/#####/io files, which allows local users to obtain sensitive I/O statistics by polling a file, as demonstrated by discovering the length of another user's password.

2.1CVSS6.8AI score0.00125EPSS
CVE
CVE
added 2012/05/24 11:55 p.m.90 views

CVE-2011-3359

The dma_rx function in drivers/net/wireless/b43/dma.c in the Linux kernel before 2.6.39 does not properly allocate receive buffers, which allows remote attackers to cause a denial of service (system crash) via a crafted frame.

7.8CVSS7.5AI score0.0085EPSS
CVE
CVE
added 2012/05/17 11:0 a.m.90 views

CVE-2012-0038

Integer overflow in the xfs_acl_from_disk function in fs/xfs/xfs_acl.c in the Linux kernel before 3.1.9 allows local users to cause a denial of service (panic) via a filesystem with a malformed ACL, leading to a heap-based buffer overflow.

5.5CVSS5.8AI score0.00063EPSS
CVE
CVE
added 2013/02/28 7:55 p.m.90 views

CVE-2013-1763

Array index error in the __sock_diag_rcv_msg function in net/core/sock_diag.c in the Linux kernel before 3.7.10 allows local users to gain privileges via a large family value in a Netlink message.

7.2CVSS6.2AI score0.05507EPSS
CVE
CVE
added 2014/01/18 10:55 p.m.90 views

CVE-2014-1445

The wanxl_ioctl function in drivers/net/wan/wanxl.c in the Linux kernel before 3.11.7 does not properly initialize a certain data structure, which allows local users to obtain sensitive information from kernel memory via an ioctl call.

2.1CVSS6AI score0.00045EPSS
CVE
CVE
added 2014/04/01 6:35 a.m.90 views

CVE-2014-2672

Race condition in the ath_tx_aggr_sleep function in drivers/net/wireless/ath/ath9k/xmit.c in the Linux kernel before 3.13.7 allows remote attackers to cause a denial of service (system crash) via a large amount of network traffic that triggers certain list deletions.

7.1CVSS6.5AI score0.00581EPSS
CVE
CVE
added 2015/08/31 10:59 a.m.90 views

CVE-2015-5697

The get_bitmap_file function in drivers/md/md.c in the Linux kernel before 4.1.6 does not initialize a certain bitmap data structure, which allows local users to obtain sensitive information from kernel memory via a GET_BITMAP_FILE ioctl call.

2.1CVSS4.9AI score0.00061EPSS
CVE
CVE
added 2017/12/27 5:8 p.m.90 views

CVE-2017-16996

kernel/bpf/verifier.c in the Linux kernel through 4.14.8 allows local users to cause a denial of service (memory corruption) or possibly have unspecified other impact by leveraging register truncation mishandling.

7.8CVSS7.5AI score0.00125EPSS
CVE
CVE
added 2018/06/28 2:29 p.m.90 views

CVE-2018-12929

ntfs_read_locked_inode in the ntfs.ko filesystem driver in the Linux kernel 4.15.0 allows attackers to trigger a use-after-free read and possibly cause a denial of service (kernel oops or panic) via a crafted ntfs filesystem.

5.5CVSS5.8AI score0.0012EPSS
CVE
CVE
added 2024/05/21 3:15 p.m.90 views

CVE-2020-36788

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau: avoid a use-after-free when BO init fails nouveau_bo_init() is backed by ttm_bo_init() and ferries its return codeback to the caller. On failures, ttm_bo_init() invokes the provideddestructor which should de-initialize...

7.8CVSS6.8AI score0.00013EPSS
CVE
CVE
added 2024/04/10 7:15 p.m.90 views

CVE-2021-47202

In the Linux kernel, the following vulnerability has been resolved: thermal: Fix NULL pointer dereferences in of_thermal_ functions of_parse_thermal_zones() parses the thermal-zones node and registers athermal_zone device for each subnode. However, if a thermal zone isconsuming a thermal sensor and...

5.5CVSS6.2AI score0.00009EPSS
CVE
CVE
added 2024/05/24 3:15 p.m.90 views

CVE-2021-47517

In the Linux kernel, the following vulnerability has been resolved: ethtool: do not perform operations on net devices being unregistered There is a short period between a net device starts to be unregisteredand when it is actually gone. In that time frame ethtool operationscould still be performed,...

7.8CVSS6.6AI score0.00013EPSS
CVE
CVE
added 2022/12/14 9:15 p.m.90 views

CVE-2022-3110

An issue was discovered in the Linux kernel through 5.16-rc6. _rtw_init_xmit_priv in drivers/staging/r8188eu/core/rtw_xmit.c lacks check of the return value of rtw_alloc_hwxmits() and will cause the null pointer dereference.

5.5CVSS5.1AI score0.00018EPSS
CVE
CVE
added 2022/10/16 7:15 p.m.90 views

CVE-2022-3526

A vulnerability classified as problematic was found in Linux Kernel. This vulnerability affects the function macvlan_handle_frame of the file drivers/net/macvlan.c of the component skb. The manipulation leads to memory leak. The attack can be initiated remotely. It is recommended to apply a patch t...

7.5CVSS6.2AI score0.00139EPSS
CVE
CVE
added 2024/07/16 12:15 p.m.90 views

CVE-2022-48796

In the Linux kernel, the following vulnerability has been resolved: iommu: Fix potential use-after-free during probe Kasan has reported the following use after free on dev->iommu.when a device probe fails and it is in process of freeing dev->iommuin dev_iommu_free function, a deferred_probe_w...

7.8CVSS8.3AI score0.00017EPSS
CVE
CVE
added 2025/02/26 7:0 a.m.90 views

CVE-2022-49053

In the Linux kernel, the following vulnerability has been resolved: scsi: target: tcmu: Fix possible page UAF tcmu_try_get_data_page() looks up pages under cmdr_lock, but it does nottake refcount properly and just returns page pointer. Whentcmu_try_get_data_page() returns, the returned page may hav...

7.8CVSS5.5AI score0.00066EPSS
CVE
CVE
added 2025/02/26 7:0 a.m.90 views

CVE-2022-49139

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: fix null ptr deref on hci_sync_conn_complete_evt This event is just specified for SCO and eSCO link types.On the reception of a HCI_Synchronous_Connection_Complete for a BDADDRof an existing LE connection, LE link type a...

5.5CVSS5.5AI score0.00024EPSS
CVE
CVE
added 2025/02/26 7:1 a.m.90 views

CVE-2022-49304

In the Linux kernel, the following vulnerability has been resolved: drivers: tty: serial: Fix deadlock in sa1100_set_termios() There is a deadlock in sa1100_set_termios(), which is shownbelow: (Thread 1) | (Thread 2)| sa1100_enable_ms()sa1100_set_termios() | mod_timer()spin_lock_irqsave() //(1) | (...

5.5CVSS5.3AI score0.00018EPSS
CVE
CVE
added 2025/02/26 7:1 a.m.90 views

CVE-2022-49368

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: mtk_eth_soc: out of bounds read in mtk_hwlro_get_fdir_entry() The "fsp->location" variable comes from user via ethtool_get_rxnfc().Check that it is valid to prevent an out of bounds read.

7.1CVSS5.3AI score0.00024EPSS
CVE
CVE
added 2025/02/26 7:1 a.m.90 views

CVE-2022-49443

In the Linux kernel, the following vulnerability has been resolved: list: fix a data-race around ep->rdllist ep_poll() first calls ep_events_available() with no lock held and checksif ep->rdllist is empty by list_empty_careful(), which readsrdllist->prev. Thus all accesses to it need some ...

4.7CVSS5.3AI score0.00019EPSS
CVE
CVE
added 2024/03/02 10:15 p.m.90 views

CVE-2023-52515

In the Linux kernel, the following vulnerability has been resolved: RDMA/srp: Do not call scsi_done() from srp_abort() After scmd_eh_abort_handler() has called the SCSI LLD eh_abort_handlercallback, it performs one of the following actions: Call scsi_queue_insert(). Call scsi_finish_command(). Call...

7.8CVSS6.3AI score0.00017EPSS
CVE
CVE
added 2024/05/21 4:15 p.m.90 views

CVE-2023-52769

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix htt mlo-offset event locking The ath12k active pdevs are protected by RCU but the htt mlo-offsetevent handling code calling ath12k_mac_get_ar_by_pdev_id() was notmarked as a read-side critical section. Mark the co...

7.8CVSS8.4AI score0.0002EPSS
Total number of security vulnerabilities7807